Skip to content

HTTPClient Port #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 19, 2017
Merged

HTTPClient Port #347

merged 7 commits into from
May 19, 2017

Conversation

copercini
Copy link
Contributor

Changed SHA1 fingerprint by Root CA verification
Changed log system
Some WiFIClientSecure fixes

copercini added 6 commits May 3, 2017 16:02
Remove workaround of sockets always return -76 (because it's fixed on IDF now)
Remove delay during handshake (improving stability)
Changed SHA1 fingerprint by Root CA verification
Changed log system
bool begin(String host, uint16_t port, String uri = "/");
bool begin(String host, uint16_t port, String uri, const char* CAcert);
// deprecated, use the overload above instead
bool begin(String host, uint16_t port, String uri, bool https, const char* CAcert) __attribute__ ((deprecated));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the logic for adding a deprecated function, when adding a library for the first time?

@copercini
Copy link
Contributor Author

I tried to keep it as closer possible to ESP8266 library, it stays so close that even the deprecated functions remain deprecated =P
Removed...

@skateone
Copy link

when is tihs going to be available in the master branch?

@me-no-dev me-no-dev merged commit 51a4432 into espressif:master May 19, 2017
@proppy
Copy link

proppy commented Oct 17, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants